DLight Unit

SKU:U136

Description

DLight Unit is a Digital Ambient Light Sensor. Adopts BH1750FVI sensor (I2C interface), integrates 16-bit ADC, supports wide-range LUX and high resolution (1 - 65535 LX). Compact in size, and low power consumption. Suitable for various light sensing applications.

Features

  • Support I2C interface (addr: 0x23)
  • Illumination digital conversion
  • Support light source variations (incandescent, fluorescent, halogen, white LED, sunlight, etc)
  • Wide Range LUX (1-65535 lx)
  • HY2.0-4P interface

Includes

  • 1x DLight Unit
  • 1x Grove Cable (20cm)

Applications

  • Smart Factory
  • Home Automation
  • Ambient light Sensing Scenario

Specification

Resources Parameters
Sensor Model BH1750FVI
Illumination detection range 1-65535 lx
Communication interface I2C communication interface (addr: 0x23)
Typical peak sensitivity wavelength 560nm
Working current < 5V@143uA
AD conversion depth 16bit
Product Size 32 * 24 * 8mm
Package Size 136* 92* 13mm
Product Weight 4.8g
Package Weight 10g

CoreS3 (K128)

CORE2 (K010)

TOUGH (K034)

BASIC-V27 (K001-V27)

M5StickC PLUS (K016-P)

ATOM Lite (C008)

AtomS3 Lite (C124)

Schematic

schematics

PinMap

image

Examples

Arduino

UIFlow

This tutorial will show you how to initialize the configuration using the UIFlow2.0 graphical programming platform

DLight Unit Programming Guide

UIFlow Blocks

  • get lux value
image
  • control state
image
  • continous mode
image
  • one shot mode
image

Video

  • Illumination value detection

FAQ

Question: What is the difference between a digital ambient light sensor and a photointensity detection sensor? (Can the brightness of the computer monitor be measured?) )

  • -Illuminance:refers to how much light I get somewhere, and his unit of measurement is lux.
  • Brightness: The brightness of the recognition seen by the human eye. The unit of measurement is candela per square meter (cd/㎡).
  • Illuminance and brightness, one refers to how much light is obtained per unit area, and the other refers to how bright it looks per unit area. Brightness is related to reflectivity, and the reflectivity of the palm of the hand is not the same, resulting in the difference between brightness and darkness.
  • So the output of the digital ambient light sensor is the amount of light; The light source can be: incandescent lamp, fluorescent lamp, halogen lamp, white LED, sunlight;
  • The output of the photosensitive intensity detection sensor is the analog value of the brightness of the light; It can be divided into ultraviolet photoresistors, infrared photoresistors, visible photoresistors, here our sensor is visible light photointensity detection sensor。